Skip to main content
Version: Upcoming

DividendForecastHist

Description

SpiderRock Dividend Forecast records provide the projected cash dividend schedule for each underlying security as of a given trading date. Each record captures the security and the full set of forecast dividends as a nested list, with each forecast entry describing the expected dividend date, amount, currency, kind, source, and payment frequency.

Start Dates

US start dates
Start Date
2025-10-01
EU start dates
Start Date
2025-10-24

Schema Definition

Field NameData TypeDescription
ticker_atstringUnderlying asset type
ticker_tsstringUnderlying ticker source
ticker_tkstringUnderlying ticker
tradingDatedateTrading date the dividend forecast is effective for
securityIDbigintSpiderRock security ID
textstringFree-text notes associated with the dividend forecast
timestamptimestampForecast generation timestamp - UTC
Dividendslist[struct]List of forecast dividends for the security — each with its dividend date, amount per share, currency, kind, source, and payment frequency

Differences to V7

  • timestamp_us and timestamp_cst removed
  • DividendsList delimited-text column replaced by the structured Dividends list column (each entry with divDate, divValue, divCurrency, divKind, divSource, divFreq)